When returning a structure of type MPTaskInfo
, Multiprocessing Services always indicates the version of the structure in the first field.
enum {
kMPTaskInfoVersion = 2
};
Constant Descriptions
kMPTaskInfoVersion
The current version of the task information structure.